@charset "UTF-8";
body {
	color: #333;
	font: 18px/1.5 'Microsoft YaHei','微软雅黑',Tahoma,Arial,sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin-top: 28px;
	text-align: center;
}


a {
	color: #fff;
    display: inline-block;
    margin-right: 5px;
    padding: 0 10px;
    line-height: 38px;
    height: 38px;
    background: #03a9f4;
    border-radius: 14px;
	text-decoration: none;
}

a:hover {
	color: #ccc;
	text-decoration: none;
}

